home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 July
/
EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso
/
earcd
/
utils
/
selector
/
examples
/
onchange.sel
< prev
next >
Wrap
Text File
|
1996-12-16
|
324b
|
14 lines
DefEnv test "Change Me!"
Onchange test to end exit
Onchange test update
color light
text "Current value of test is:"
color dark light
text "[test]"
text
color dark
button 'Set it to "Hello!"' 'setenv test "Hello!"'
button 'Set it to "That is cool!"' 'setenv test "That is cool!"'
button 'Set it to "end"' 'setenv test end'